home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Fonts / Convert_FONT / Source / English.lproj / Convert_FONT.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  80 lines

  1. ResultObject = {
  2.     SUPERCLASS = Object;
  3. };
  4. File = {
  5.     SUPERCLASS = ResultObject;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. AbstractConverter = {
  13.     ACTIONS = {
  14.     ReportTo:;
  15.     };
  16.     OUTLETS = {
  17.     myManager;
  18.     };
  19.     SUPERCLASS = ResultObject;
  20. };
  21. FontConverter = {
  22.     SUPERCLASS = AbstractConverter;
  23. };
  24. PSFile = {
  25.     SUPERCLASS = File;
  26. };
  27. ConvertController = {
  28.     ACTIONS = {
  29.     appDidInit:;
  30.     appWillInit:;
  31.     UserDecided:;
  32.     appWillTerminate:;
  33.     PrepareForConversion:;
  34.     displayPreferences:;
  35.     };
  36.     OUTLETS = {
  37.     converterInst;
  38.     SourceFileName;
  39.     pasteCommand;
  40.     windowsCommands;
  41.     cutCommand;
  42.     servicesCommands;
  43.     ProgressWindow;
  44.     DestPath;
  45.     decisionText;
  46.     checkSpellingCommand;
  47.     SourceTitle;
  48.     editCommands;
  49.     infoCommands;
  50.     DestFileName;
  51.     SourcePathTitle;
  52.     StatusTitle;
  53.     prefPanel;
  54.     DestTitle;
  55.     quitCommand;
  56.     ProgressMeter;
  57.     hideCommand;
  58.     Status;
  59.     DestPathTitle;
  60.     SourcePath;
  61.     decisionWindow;
  62.     spellingCommand;
  63.     listener;
  64.     };
  65.     SUPERCLASS = ResultObject;
  66. };
  67. ProgressIndicator = {
  68.     SUPERCLASS = View;
  69. };
  70. PreFontConverter = {
  71.     ACTIONS = {
  72.     ChangeEncodingVector:;
  73.     };
  74.     OUTLETS = {
  75.     ConvertCommand;
  76.     EncodingButton;
  77.     };
  78.     SUPERCLASS = ConvertController;
  79. };
  80.